home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Charges.ade < prev    next >
Encoding:
Text File  |  1996-08-06  |  23.3 KB  |  540 lines

  1. MESSAGE MANAGER FAX CALL CHARGE TABLES - ADELAIDE
  2. -------------------------------------------------
  3.  
  4. Only lines that start with a blank are used by the program.
  5.  
  6. The total charge for a call is the sum of the following components:
  7. - charge per call (PC lines)
  8. - charge per message (PD lines)
  9. - charge per page (PP lines)
  10. - charge per minute (PM lines)
  11. - charge for failed transmission (FF lines)
  12. - estimated cost of call (Telecom charge) (EC lines)
  13.  
  14. All components depend on the call type (local, STD, international, etc).
  15. The estimated cost of the call also depends on the charge zone and time band.
  16. Call types and charge zones are determined from the table at the end of
  17. this file, using the fax number.
  18.  
  19. All money amounts are expressed in cents (or yen, etc).
  20.  
  21. To delete any component, set the amount to 0 or change column 1 to any
  22. non-blank character.
  23.  
  24. Comments (enclosed in square brackets) may be used freely.
  25.  
  26. Charge per call
  27. ---------------
  28. * PC  LOC   25
  29. * PC  STD   25
  30. * PC  IDD   25
  31. * PC  IDDA  25
  32. * PC  IDDB  25
  33. * PC  IDDC  25
  34.  
  35.  
  36. Charge per message
  37. ------------------
  38. * PD  LOC   25
  39. * PD  STD   25
  40. * PD  IDD   25
  41. * PD  IDDA  25
  42. * PD  IDDB  25
  43. * PD  IDDC  25
  44.  
  45.  
  46. Charge per page
  47. ---------------
  48. * PP  LOC   50
  49. * PP  STD   50
  50. * PP  IDD   50 
  51. * PP  IDDA  50
  52. * PP  IDDB  50
  53. * PP  IDDC  50
  54.  
  55.  
  56. Charge per minute (or part thereof)
  57. -----------------------------------
  58. * PM  LOC   25
  59. * PM  STD   60
  60. * PM  IDD   210
  61. * PM  IDDA  210
  62. * PM  IDDB  210
  63. * PM  IDDC  210
  64.  
  65.  
  66. Charge for failed transmission
  67. ------------------------------
  68. * FF  LOC   25
  69. * FF  STD   25
  70. * FF  IDD   25
  71. * FF  IDDA  25
  72. * FF  IDDB  25
  73. * FF  IDDC  25
  74.  
  75.  
  76. Estimated cost of call
  77. ----------------------
  78.  
  79. All costs are estimated on the basis of a single per-call charge
  80. plus a per-minute charge multiplied by the call duration, and
  81. subject to a minimum charge.
  82. Any of these can be set to zero for any call type.
  83.  
  84. The sequence followed by the computer is:
  85.  
  86. 1.  The call type and charge zone are obtained from the fax number by
  87. reference to the table at the end of this file.
  88.  
  89. 2.  The time band is obtained from the table of time bands below, using
  90. the line of the table for the call type, day of the week and time of day
  91. at which the message was sent.
  92.  
  93. 3.  The per-call and per-minute charges are obtained from the table of
  94. EC lines below, using the line of the table for the call type and charge
  95. zone from step 1 and (for the per-minute charge) the column for the time
  96. band from step 2.
  97.  
  98. 4.  The call cost is calculated as the per-call charge plus the call
  99. duration in minutes (and fractions) multiplied by the per-minute charge,
  100. rounded to the nearest cent.
  101.  
  102. 5.  If the computed cost of the call is less than the minimum charge,
  103. the minimum is used.
  104.  
  105. Time Bands Table
  106. ----------------
  107. All times not here default to time band 1 (day rate).
  108. Set all time bands to '1' to disable off-peak rates.
  109. MF = Mon - Fri,  SA = Sat,  SU = Sun
  110.  
  111. *  CALL  DAY      HOURS      TIME
  112. *  TYPE                      BAND
  113.  
  114.     STD   MF   00.00 - 08.00   3   [STD Economy Rate]
  115.     STD   MF   18.00 - 22.00   2   [STD Night Rate]
  116.     STD   MF   22.00 - 24.00   3   [STD Economy Rate]
  117.     STD   SA   00.00 - 08.00   3   [STD Economy Rate]
  118.     STD   SA   18.00 - 24.00   3   [STD Night Rate]
  119.     STD   SU   00.00 - 24.00   3   [STD Economy Rate]
  120.  
  121.    IDDA   MF   20.00 - 24.00   2   [IDD Off-peak Group A]
  122.    IDDA   MF   00.00 - 09.00   2   [IDD Off-peak Group A]
  123.    IDDA   SA   00.00 - 24.00   2   [IDD Off-peak Group A]
  124.    IDDA   SU   00.00 - 24.00   2   [IDD Off-peak Group A]
  125.  
  126.    IDDB   MF   18.00 - 24.00   2   [IDD Off-peak Group B]
  127.    IDDB   MF   00.00 - 07.00   2   [IDD Off-peak Group B]
  128.    IDDB   SA   00.00 - 24.00   2   [IDD Off-peak Group B]
  129.    IDDB   SU   00.00 - 24.00   2   [IDD Off-peak Group B]
  130.  
  131.    IDDC   MF   18.00 - 24.00   2   [IDD Off-peak Group C]
  132.    IDDC   MF   00.00 - 09.00   2   [IDD Off-peak Group C]
  133.    IDDC   SA   00.00 - 24.00   2   [IDD Off-peak Group C]
  134.    IDDC   SU   00.00 - 24.00   2   [IDD Off-peak Group C]
  135.  
  136.  
  137. Call Charges Table
  138. ------------------
  139. Table Format: 'EC', call type (e.g. LOC), charge zone (e.g. 1), per-call
  140. charge in cents, minimum charge in cents, per-minute charges in cents for
  141. time bands 1, 2, 3, ...
  142. Decimals are permitted (e.g. 3.55) if necessary, in cents-per-minute
  143. columns only.
  144.  
  145.               CENTS         CENTS PER MINUTE
  146. *   CALL  CHG  PER   MIN      IN TIME BAND
  147. *   TYPE  ZONE CALL  CHG    1      2      3 
  148.  
  149.  EC  INT   0     0    0     0                   [internal call, no charge]
  150.  EC  LOC   1    25   25     0                   [local call, no timed charge]
  151.  EC  STD   1    12   25    13.28    8.85    5.56    [up to 50km]
  152.  EC  STD   2    12   25    23.08   15.39    9.23    [50 - 85km]
  153.  EC  STD   3    12   25    33.34   22.23   13.40    [85 - 165km]
  154.  EC  STD   4    12   25    34.59   22.97   13.74    [165 - 745km]
  155.  EC  STD   5    12   25    50.00   33.33   17.60    [over 745km]
  156.  EC  IDD   1    12   25    90                   [IDD Rate band 1]
  157.  EC  IDDA  2    12   25   109      72           [IDD Rate band 2. O/Peak A]
  158.  EC  IDDA  3    12   25   135     103           [IDD Rate band 3. O/Peak A]
  159.  EC  IDDC  3    12   25   135     103           [IDD Rate band 3. O/Peak C]
  160.  EC  IDDB  4    12   25   140     107           [IDD Rate band 4. O/Peak B]
  161.  EC  IDDA  5    12   25   141     107           [IDD Rate band 5. O/Peak A]
  162.  EC  IDDA  6    12   25   145     103           [IDD Rate band 6. O/Peak A]
  163.  EC  IDDA  7    12   25   145     115           [IDD Rate band 7. O/Peak A]
  164.  EC  IDD   8    12   25   149                   [IDD Rate band 8]
  165.  EC  IDDA  9    12   25   159     119           [IDD Rate band 9. O/Peak A]
  166.  EC  IDD   10   12   25   159                   [IDD Rate band 10.]
  167.  EC  IDDA  11   12   25   169     116           [IDD Rate band 11. O/Peak A]
  168.  EC  IDDA  12   12   25   179     129           [IDD Rate band 12. O/Peak A]
  169.  EC  IDD   13   12   25   179                   [IDD Rate band 13]
  170.  EC  IDDA  14   12   25   180     139           [IDD Rate band 14. O/Peak A]
  171.  EC  IDDA  15   12   25   199     159           [IDD Rate band 15. O/Peak A]
  172.  EC  IDD   16   12   25   199                   [IDD Rate band 16]
  173.  EC  IDDA  17   12   25   219     159           [IDD Rate band 17. O/Peak A]
  174.  EC  IDD   18   12   25   219                   [IDD Rate band 18]
  175.  EC  IDDA  19   12   25   239     189           [IDD Rate band 19. O/Peak A]
  176.  EC  IDD   20   12   25   239                   [IDD Rate band 20]
  177.  EC  IDD   21   12   25   279                   [IDD Rate band 21]
  178.  EC  IDD   22   12   25   309                   [IDD Rate band 22]
  179.  
  180.  
  181. Call Types and Charge Zones
  182. ---------------------------
  183. First line that matches fax number determines call type and charge zone.
  184. '?' matches any single digit,  '*' matches any number of digits.
  185.  
  186. *  FAX            CALL    CHARGE
  187. * NUMBER          TYPE     ZONE
  188.  
  189. Internal:
  190.   ????             INT       0        [Internal]
  191.   ?????            INT       0        [Internal]
  192.  
  193. International:
  194.  
  195.   001?180944*      IDD      21        [Dominica Is]
  196.   001?1809497*     IDD      22        [Anguilla]
  197.   001?180949*      IDD      21        [BR Virgin Is/Montserrat]
  198.   001?1809946*     IDD      21        [Turks & Caico Is]
  199.   001?1809*        IDD      20        [St Lucia/St Vincent/Bequia/Jamaica]
  200.                                       [Antigua/Trinidad & Tobago/Grenada]
  201.                                       [St Kitts & Nevis/Dominican Republic]
  202.                                       [Bermuda/Cayman Is/Bahamas/Barbados]
  203.                                       [Note: Puerto Rico/US Virgin Is are]
  204.                                       [overcharged because of same prefix]
  205.   001?1*           IDDC      3        [Canada/Hawaii/USA]
  206.  
  207.   001?20*          IDDA     19        [Egypt/Arab Republic]
  208.   001?220*         IDD      21        [Gambia]
  209.   001?222*         IDD      21        [Mauritania]
  210.   001?223*         IDD      21        [Mali]
  211.   001?224*         IDD      21        [Guinea Rep]
  212.   001?225*         IDD      21        [Ivory Coast]
  213.   001?226          IDD      21        [Burkino Faso]
  214.   001?229*         IDD      21        [Benin]
  215.   001?22*          IDD      22        [Senegal/Niger/Togo]
  216.   001?230*         IDD      16        [Mauritius]
  217.   001?232*         IDD      21        [Sierra Leone]
  218.   001?233*         IDD      21        [Ghana]        
  219.   001?234*         IDD      18        [Nigeria]
  220.   001?238*         IDD      21        [Cape Verde]
  221.   001?239*         IDD      21        [Sao Tome & Principle]
  222.   001?23*          IDD      22        [Liberia/Central African Rep]
  223.   001?241*         IDD      21        [Gabon]
  224.   001?247*         IDD      21        [Ascension]
  225.   001?248*         IDD      21        [Seychelles]
  226.   001?249*         IDD      20        [Sudan]
  227.   001?24*          IDD      22        [Congo/Zaire/Angola/Guinea Bissau]
  228.   001?250*         IDD      20        [Rwanda]
  229.   001?254*         IDD      16        [Kenya]
  230.   001?255*         IDD      20        [Tanzania]
  231.   001?256*         IDD      21        [Uganda]
  232.   001?257*         IDD      21        [Burundi]
  233.   001?25*          IDD      22        [Mozambique/Djibouti/Ethiopia/Somalia]
  234.   001?261*         IDD      22        [Madagascar]
  235.   001?263*         IDD      18        [Zimbabwe] 
  236.   001?265          IDD      21        [Malawi]
  237.   001?266          IDD      21        [Lesotho]
  238.   001?268          IDD      21        [Swaziland]
  239.   001?26*          IDD      20        [Namibia/Reunion/Zambia/Botswana]
  240.                                       [Comoro Is/Mayotte]
  241.   001?27*          IDDA     12        [South Africa]
  242.   001?290          IDD      20        [St Helena]
  243.   001?297*         IDD      16        [Aruba]
  244.   001?298*         IDDA     15        [Faroe Islands]
  245.   001?299*         IDDA     15        [Greenland]
  246.  
  247.   001?30*          IDD      16        [Greece]
  248.   001?31*          IDDA      9        [Netherlands]
  249.   001?32*          IDDA     12        [Belgium]
  250.   001?33*          IDDA      9        [Andorra/France/Monaco]
  251.   001?34*          IDD      18        [Spain]
  252.   001?351*         IDD      16        [Portugal]
  253.   001?352*         IDD      16        [Luxembourg]
  254.   001?353*         IDDA      3        [Ireland (Republic)]
  255.   001?354*         IDD      21        [Iceland]
  256.   001?355*         IDD      21        [Albania]
  257.   001?356*         IDDA     12        [Malta]
  258.   001?357*         IDD      16        [Cyprus]
  259.   001?358*         IDDA      9        [Finland]
  260.   001?36*          IDD      16        [Hungary]
  261.   001?38*          IDD      16        [Serbia/Slovenia/Croatia/Bosnia]
  262.                                       [Macedonia]
  263.   001?39*          IDDA      6        Italy/San Marino/Vatican City]
  264.  
  265.   001?40*          IDD      20        [Romania]
  266.   001?41*          IDD      13        [Switzerland/Liechtenstein]
  267.   001?42*          IDD      16        [Czech/Slovak Republics] 
  268.   001?43*          IDD      13        [Austria]
  269.   001?44*          IDDC      3        [United Kingdom]
  270.   001?45*          IDDA      9        [Denmark]
  271.   001?46*          IDDA      9        [Sweden]
  272.   001?47*          IDDA      9        [Norway]
  273.   001?48*          IDD      16        [Poland]
  274.   001?49*          IDDA     11        [Germany (West)]
  275.  
  276.   001?502*         IDD      21        [Guatemala]
  277.   001?503*         IDD      21        [El Salvador]
  278.   001?504*         IDD      22        [Honduras]
  279.   001?506*         IDD      21        [Costa Rica]
  280.   001?508*         IDD      18        [St Pierre & Miquelon]
  281.   001?509*         IDD      22        [Haiti]
  282.   001?50*          IDD      20        [Belize/Nicaragua/Panama/Falkland Is]
  283.   001?51*          IDD      18        [Peru]
  284.   001?52*          IDD      16        [Mexico]
  285.   001?53*          IDD      21        [Cuba]
  286.   001?54*          IDD      16        [Argentina]
  287.   001?55*          IDD      16        [Brazil]
  288.   001?56*          IDD      16        [Chile]
  289.   001?57*          IDD      21        [Colombia]
  290.   001?58*          IDD      10        [Venezuela]
  291.   001?591*         IDD      21        [Bolivia]
  292.   001?592*         IDD      16        [Guyana]
  293.   001?593*         IDD      21        [Ecuador]
  294.   001?595*         IDD      20        [Paraguay]
  295.   01?598*          IDD      16        [Uruguay]
  296.   001?59*          IDD      18        [Guadeloupe/French Guiana]
  297.                                       [Surinam/n. Antilles]
  298.   
  299.   001?60*          IDDA      9        [Malaysia] 
  300.   001?62*          IDD      16        [Indonesia]
  301.   001?63*          IDDA      9        [Philippines]
  302.   001?64*          IDDA      2        [New Zealand]
  303.   001?65*          IDDA      3        [Singapore]
  304.   001?66*          IDD      16        [Thailand]
  305.   001?670*         IDD      20        [Mariana Is]
  306.   001?671*         IDDA      9        [Guam]      
  307.   001?672*         IDD       1        [Christmas Is./Cocos Is.]
  308.                                       [Norfolk Is./Antarctica]
  309.   001?673*         IDD      10        [Brunei]
  310.   001?674*         IDDA      9        [Naura]
  311.   001?675*         IDDA      5        [Papua New Guinea]
  312.   001?676*         IDDA      9        [Tonga]
  313.   001?677*         IDDA      7        [Solomon Islands]
  314.   001?678*         IDDA      9        [Vanuatu (New Hebrides)]
  315.   001?679*         IDDA     12        [Fiji]
  316.   001?681*         IDD      20        [Wallis and Futura]
  317.   001?682*         IDDA     15        [Cook Is.] 
  318.   001?683*         IDD       8        [Nuie Islands]
  319.   001?684*         IDDA      9        [US Somoa]
  320.   001?685*         IDDA      9        [Samoa (Western)]
  321.   001?686*         IDDA      9        [Kiribati]
  322.   001?687*         IDDA     12        [New Caledonia]
  323.   001?688*         IDD      10        [Tuvalu]
  324.   001?689*         IDDA     12        [French Polynesia] 
  325.   001?69*          IDD      20        [Micronesia/Marshall Is.]
  326.  
  327.   001?7*           IDD       6        [Former Republics of USSR]
  328.  
  329.   001?81*          IDDA     14        [Japan] 
  330.   001?82*          IDD      16        [Korea PDR]
  331.   001?84*          IDD      16        [Vietnam]
  332.   001?850*         IDD      21        [Korea North]
  333.   001?852*         IDDA      3        [Hong Kong]
  334.   001?853*         IDD      16        [Macao(Macau)]
  335.   001?85*          IDD      18        [Cambodia/Laos] 
  336.   001?86*          IDD      21        [China]
  337.   001?880*         IDD      16        [Bangladesh]
  338.   001?886*         IDDA     17        [Taiwan]
  339.   
  340.   001?90*          IDD      16        [Turkey]
  341.   001?91*          IDD      16        [India]
  342.   001?92*          IDD      21        [Pakistan]
  343.   001?94*          IDDA     12        [Sri Lanka]
  344.   001?95*          IDD      20        [Myanmar]
  345.   001?960*         IDD      21        [Maldive Is]
  346.   001?962*         IDD      16        [Jordan]
  347.   001?963*         IDD      21        [Syria]
  348.   001?964*         IDD      20        [Iraq]
  349.   001?965*         IDD      16        [Kuwait]
  350.   001?966*         IDD      20        [Saudi Arabia]
  351.   001?967*         IDD      20        [Yemen AR]
  352.   001?968*         IDD      13        [Oman]
  353.   001?969*         IDD      20        [Yemen PDR]
  354.   001?971*         IDDA     15        [United Arab Emirates (U.A.E.)]
  355.   001?972*         IDD      20        [Israel]
  356.   001?973*         IDD      18        [Bahrain]
  357.   001?974*         IDD      21        [Qatar]
  358.   001?975*         IDD      20        [Bhutan] 
  359.   001?977*         IDD      16        [Nepal]
  360.   001?980*         IDD      18        [Iran]
  361.   
  362.   001*             IDD      22        [Other international destinations]
  363.  
  364. Local/free Area Codes:
  365.   1800*            INT       1
  366.   11*              LOC       1
  367.   13*              LOC       1
  368.  
  369. STD Area Codes:
  370. 1=up to 50km
  371. 2=50-86km
  372. 3=85-165km
  373. 4=165-745km
  374. 5=over 745km
  375.  
  376.   002*             STD       5        [Hobart]
  377.   003*             STD       5        [Launceston]
  378.   004*             STD       5        [Burnie]
  379.  
  380.   02*              STD       5        [Sydney]
  381.  
  382.   03*              STD       4        [Melbourne/Victoria]
  383.  
  384.   042*             STD       5        [Wollongong]
  385.   043*             STD       5        [Central Coast]
  386.   0442*            STD       5        [Nowra]
  387.   0446*            STD       5        [Nowra]
  388.   0447*            STD       5        [Nowra]
  389.   044*             STD       5        [Nowra]
  390.   045*             STD       5        [Windsor]
  391.   046*             STD       5        [Campbelltown]
  392.   047*             STD       5        [Penrith]
  393.   0482*            STD       5        [Goulburn]
  394.   0484*            STD       5        [Goulburn]
  395.   048*             STD       5        [Goulburn]
  396.   049*             STD       5        [Newcastle]
  397.   04*              STD       5        [NSW - around Sydney]
  398.  
  399.   0503*            STD       4        [Swan Hill]
  400.   0507*            STD       4        [Swan Hill]
  401.   050*             STD       4        [Swan Hill]
  402.   0515*            STD       4        [Morwell]
  403.   051*             STD       5        [Morwell]
  404.   0523*            STD       4        [Geelong]
  405.   052*             STD       4        [Geelong]
  406.   0532*            STD       4        [Ballarat]
  407.   0533*            STD       4        [Ballarat]
  408.   0534*            STD       4        [Ballarat]
  409.   0536*            STD       4        [Ballarat]
  410.   0538*            STD       4        [Ballarat]
  411.   0539*            STD       4        [Ballarat]
  412.   053*             STD       4        [Ballarat]
  413.   0542*            STD       4        [Bendigo]
  414.   0543*            STD       4        [Bendigo]
  415.   0544*            STD       4        [Bendigo]
  416.   0545*            STD       4        [Bendigo]
  417.   0546*            STD       4        [Bendigo]
  418.   0549*            STD       4        [Bendigo]
  419.   054*             STD       4        [Bendigo]
  420.   055*             STD       4        [Hamilton]
  421.   0565*            STD       5        [Warragul]
  422.   0566*            STD       5        [Warragul]
  423.   0567*            STD       5        [Warragul]
  424.   056*             STD       5        [Warragul]
  425.   0572*            STD       4        [Wangaratta]
  426.   0573*            STD       4        [Wangaratta]
  427.   0574*            STD       4        [Wangaratta]
  428.   0575*            STD       4        [Wangaratta]
  429.   0576*            STD       4        [Wangaratta]
  430.   0577*            STD       4        [Wangaratta]
  431.   0578*            STD       4        [Wangaratta]
  432.   0579*            STD       4        [Wangaratta]
  433.   0586*            STD       4        [Shepparton]
  434.   0587*            STD       4        [Shepparton]
  435.   0588*            STD       4        [Shepparton]
  436.   058*             STD       4        [Shepparton]
  437.   059*             STD       4        [Mornington]
  438.   05*              STD       4        [other Victoria]
  439.  
  440.   0602*            STD       4        [Albury]       
  441.   0603*            STD       4        [Albury]
  442.   060*             STD       5        [Albury]
  443.   062*             STD       5        [Canberra]
  444.   0633*            STD       5        [Bathurst]
  445.   0634*            STD       5        [Bathurst]
  446.   06358*           STD       5        [Bathurst]
  447.   06379*           STD       5        [Bathurst]
  448.   0638*            STD       5        [Bathurst]
  449.   063*             STD       5        [Bathurst]
  450.   064*             STD       5        [Cooma/Bega]
  451.   0657*            STD       5        [Kempsey/Muswellbrook]
  452.   065*             STD       5        [Kempsey/Muswellbrook]
  453.   0662*            STD       5        [Grafton]
  454.   0663*            STD       5        [Grafton]
  455.   0666*            STD       5        [Grafton]
  456.   0667*            STD       5        [Grafton]
  457.   0668*            STD       5        [Grafton]
  458.   066*             STD       5        [Grafton]
  459.   067*             STD       5        [Tamworth]
  460.   0682*            STD       5        [Dubbo]
  461.   0683*            STD       5        [Dubbo]
  462.   0684*            STD       5        [Dubbo]
  463.   068*             STD       5        [Dubbo]
  464.   0692*            STD       5        [Wagga Wagga]
  465.   0694*            STD       5        [Wagga Wagga]
  466.   0695*            STD       4        [Wagga Wagga]
  467.   0696*            STD       4        [Wagga Wagga] 
  468.   0698*            STD       5        [Wagga Wagga]
  469.   0699*            STD       4        [Wagga Wagga] 
  470.   069*             STD       5        [Wagga Wagga]
  471.   06*              STD       5        [ACT]
  472.  
  473.   070*             STD       5        [Cairns]
  474.   0714*            STD       5        [Maryborough]
  475.   0718*            STD       5        [Maryborough]
  476.   0719*            STD       5        [Maryborough]
  477.   071*             STD       5        [Maryborough]
  478.   0747*            STD       5        [Sunshine Coast/Esk/Gatton]
  479.   074*             STD       5        [Sunshine Coast/Esk/Gatton]
  480.   07548*           STD       5        [Gold Coast/Beaudesert]
  481.   07549*           STD       5        [Gold Coast/Beaudesert]
  482.   075*             STD       5        [Gold Coast/Beaudesert]
  483.   0763*            STD       5        [Toowoomba/Longreach/Roma]
  484.   0766*            STD       5        [Toowoomba/Longreach/Roma]
  485.   0769*            STD       5        [Toowoomba/Longreach/Roma]
  486.   076*             STD       5        [Toowoomba/Longreach/Roma]
  487.   077*             STD       5        [Townsville]
  488.   0792*            STD       5        [Rockhampton]
  489.   0793*            STD       5        [Rockhampton]
  490.   0794*            STD       5        [Rockhampton]
  491.   0795*            STD       5        [Rockhampton]
  492.   079*             STD       5        [Rockhampton]
  493.   07*              STD       5        [Brisbane]
  494.  
  495.   080*             STD       4        [Broken Hill]
  496.   0842*            STD       1        [Adelaide country]
  497.   0844*            STD       1        [Adelaide country]
  498.   0848*            STD       3        [Kangaroo Is.]
  499.   0852*            STD       1        [Adelaide country]
  500.   0853*            STD       2        [Adelaide country]
  501.   0854*            STD       3        [Adelaide country]
  502.   0856*            STD       2        [Adelaide country]
  503.   0857*            STD       4        [Adelaide country]
  504.   0858*            STD       4        [Adelaide country]
  505.   0864*            STD       5        [Port Augusta]
  506.   086*             STD       4        [Port Augusta]
  507.   087*             STD       4        [Mount Gambier]
  508.   08840*           STD       2        [Yorke Peninsula]
  509.   08847*           STD       2        [Yorke Peninsula]
  510.   0885*            STD       4        [Yorke Peninsula]
  511.   088*             STD       3        [Yorke Peninsula]
  512.   089*             STD       5        [Darwin]
  513.   08*              LOC       1        [Adelaide]
  514.  
  515.   090*             STD       5        [Kalgoorlie]
  516.   091*             STD       5        [Port Hedland]
  517.   0952*            STD       5        [Perth country]
  518.   0953*            STD       5        [Perth country]
  519.   0954*            STD       5        [Perth country]
  520.   0956*            STD       5        [Perth country]
  521.   0957*            STD       5        [Perth country]
  522.   0962*            STD       5        [Northam]
  523.   0963*            STD       5        [Northam]
  524.   096*             STD       5        [Northam]
  525.   0972*            STD       5        [Bunbury]
  526.   0973*            STD       5        [Bunbury]
  527.   097*             STD       5        [Bunbury]
  528.   098*             STD       5        [Katanning]
  529.   0988*            STD       5        [Katanning]
  530.   0989*            STD       5        [Katanning]
  531.   099*             STD       5        [Geraldton]
  532.   0994*            STD       5        [Geraldton]
  533.   09*              STD       5        [Perth]
  534.  
  535. No Area Codes:
  536.   *                LOC       1
  537.  
  538.  
  539.  
  540.